MUNCHY WORM MUSIC
INFO

This is the music I wrote using the 
Goat Tracker Ultra V1.5.5. By default
this music should be loaded into $1000.

There are three different files in 
which I have supplied here.

1. Munchy Worm.SID - The SID tune in 
   which can be played in Sidplay.
   
2. Munchy Worm.PRG - The C64 program 
   version of the music, which can 
   be loaded into your assembler.
   
3. Munchy Worm.SNG - Music work file 
   for playing in Goat Tracker Ultra 
   V1.5.5 (csdb id: 
   https://csdb.dk/release/?id=233546)
   
   I use this version because I find 
   the GUI much easier to handle.
   
Getting the music to work in your 
program.

Munchy Worm.PRG loads at $1000 and has
its own player. You will need to 
implement the player code into the 
title screen code. 

At the start of your title screen 
code before running the IRQ raster 
interrupt add:

LDA #$00
JSR $1000

Then in order for the music to play 
inside the IRQ before it jumps to 
loop the interrupt add:

JSR $1003

Make sure there is no other memory at
$1000, otherwise you will need to 
relocate the music to another address
using GT Ultra.

I hope you like this music and make 
use of it :)

Thanks.

Richard/TND